The following tables list the members exposed by SchemaManagerItemCollection<TSchemaManagerSchema>.
Name | Description | |
---|---|---|
SchemaManagerItemCollection<TSchemaManagerSchema> Constructor | Initializes an instance of SchemaManagerItemCollection<TSchemaManagerSchema> for a specified manager item. |
Name | Description | |
---|---|---|
IsInItemAdded | Indicates whether event ItemAdded is being processed. | |
IsInItemAdding | Indicates whether ItemAdding event is being processed. | |
IsInItemRemoved | Indicates whether event ItemRemoved is being processed. | |
IsInItemRemoving | Indicates whether event ItemRemoving is being processed. | |
Manager | Schema manager. |
Name | Description | |
---|---|---|
FindByName | Overloaded. | |
FindByUId | Overloaded. | |
FindInstanceByName | Searches for an item by specified item instance name and user identifier. | |
FindInstanceByUId | Searches for an item by specified item instance identifier and user identifier. | |
GetByName | Overloaded. | |
GetByUId | Overloaded. | |
GetInstanceByName | Returns an item with specified item instance name and user identifier. | |
GetInstanceByUId | Returns an item with specified item identifier and user identifier if item instance is not null . |
Name | Description | |
---|---|---|
ItemAdded | Occurs after adding an item to the collection. | |
ItemAdding | Occurs before adding an item to the collection. | |
ItemRemoved | Occurs after removing an item from the collection. | |
ItemRemoving | Occurs before removing an item from the collection. |